home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 December / macformat-019.iso / Shareware City / Developers / Gnuplot 3.5 for Macintosh / README / README.xli / doubleCR.1 < prev   
Encoding:
Text File  |  1993-11-03  |  2.1 KB  |  53 lines

  1.     gnulib_x11.c - A rather severe rewrite of gnuplot_x11.c,
  2.         as well as a few functions used to interface
  3.         into the user code.
  4.  
  5.     gnulib_x11.h - Specs for user callable routines.
  6.  
  7.     xlibtest.c - a test program written in Motif, it will
  8.         run gnuplot and build a xlib output file, then
  9.         plot that on the screen.  Resizing the window
  10.         will redraw the plot, scaled appropriately,
  11.         without re-running gnuplot.
  12.  
  13.     xlibtest.demo - the gnuplot command to draw the test plot.
  14.  
  15.     makefile.xlib - minimal make file for the xlibtest program
  16.  
  17. The following patch is included:
  18.  
  19.     term.patch - Patch to 'term.c' which adds the specification
  20.         for 'xlib' and includes the 'xlib.trm' file.
  21.  
  22. These changes were made relative to gnuplot3p2b6, and the patch
  23. is in unified diff format.  Please drop me a line if you would like
  24. it in a different format or relative to a different revision level.
  25.  
  26. To get full use out of the xlib mode, the file gnulib_x11.c needs
  27. to be covered by the alternate GPL for libraries, since the gnulib.o
  28. file must be linked into the user's executable.  Until that is
  29. the case, I will (of course) treat the file as covered by the GPL,
  30. meaning that I cannot include the gnulib_x11 drawing routines in my
  31. software.
  32.  
  33. The 'xlib' mode provides functionality similar to the 'xpm' terminal
  34. mode I sent earlier.  The 'xlib' mode is *much* faster, the disk
  35. files are smaller, and plots are re-sizable.  The only advantage
  36. of the 'xpm' mode is that XPM format files are more transportable.
  37. This would seems to be less important since there is a ppm terminal
  38. mode.
  39.  
  40. I'm quite excited about this mode, since it allows executing software
  41. the ability to generate gnuplot plots quickly while integrating the
  42. output into it's own display.  I hope you will consider it for
  43. a future gnuplot release and, at that time, consider the LGPL
  44. option.  I would appreciate knowing your views on the subject, since
  45. I would like to use the 'xlib' mode in my company's software.
  46.  
  47. Thanks for a great program!
  48.  
  49.                                          gregg hanna
  50.                                          gregor@kafka.saic.com
  51.  
  52. --------cut-here---------------cut-here----------------cut-here----------
  53. ˇ